projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fefb15
)
Followup fix to previous message-update-smtp-method-header change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 21 Jan 2022 13:20:31 +0000
(14:20 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 21 Jan 2022 13:20:31 +0000
(14:20 +0100)
* lisp/gnus/message.el (message-update-smtp-method-header): Narrow
to the headers first.
lisp/gnus/message.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/message.el
b/lisp/gnus/message.el
index 2735c043b315f2816f2b1d0dd1a4ecb93e82f81e..a6c6a16653dc7a2b670ac375465dedba32103e72 100644
(file)
--- a/
lisp/gnus/message.el
+++ b/
lisp/gnus/message.el
@@
-4360,6
+4360,7
@@
it is left unchanged."
(let ((from (cadr (mail-extract-address-components
(save-restriction
(widen)
+ (message-narrow-to-headers-or-head)
(message-fetch-field "From")))))
method)
(catch 'exit